home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / ActiveX Controlls / NCTAudioEditor2 ActiveX DLL / NCTAudioEditor2.exe / {app} / Samples / TestBCBAudioEditor2 / Src.dfm < prev    next >
Encoding:
Text File  |  2002-10-10  |  1.7 KB  |  87 lines

  1. object srcFrame: TsrcFrame
  2.   Left = 0
  3.   Top = 0
  4.   Width = 115
  5.   Height = 186
  6.   AutoScroll = False
  7.   TabOrder = 0
  8.   object Panel1: TPanel
  9.     Left = 0
  10.     Top = 0
  11.     Width = 81
  12.     Height = 185
  13.     BevelInner = bvRaised
  14.     BevelOuter = bvLowered
  15.     TabOrder = 0
  16.     object Label1: TLabel
  17.       Left = 0
  18.       Top = 4
  19.       Width = 81
  20.       Height = 17
  21.       Alignment = taCenter
  22.       AutoSize = False
  23.       Caption = 'Label1'
  24.       Transparent = True
  25.       WordWrap = True
  26.     end
  27.     object TrackBar1: TTrackBar
  28.       Left = 24
  29.       Top = 52
  30.       Width = 33
  31.       Height = 73
  32.       Max = 65535
  33.       Orientation = trVertical
  34.       ParentShowHint = False
  35.       Frequency = 5000
  36.       Position = 0
  37.       SelEnd = 0
  38.       SelStart = 0
  39.       ShowHint = True
  40.       TabOrder = 0
  41.       ThumbLength = 16
  42.       TickMarks = tmBoth
  43.       TickStyle = tsAuto
  44.     end
  45.     object Panel2: TPanel
  46.       Left = 0
  47.       Top = 48
  48.       Width = 81
  49.       Height = 2
  50.       BevelOuter = bvLowered
  51.       TabOrder = 1
  52.     end
  53.     object CheckBox1: TCheckBox
  54.       Left = 16
  55.       Top = 128
  56.       Width = 49
  57.       Height = 17
  58.       Caption = 'Mute'
  59.       TabOrder = 2
  60.     end
  61.     object Button1: TButton
  62.       Left = 8
  63.       Top = 152
  64.       Width = 65
  65.       Height = 25
  66.       Caption = 'Advanced'
  67.       TabOrder = 3
  68.     end
  69.     object TrackBar2: TTrackBar
  70.       Left = 8
  71.       Top = 20
  72.       Width = 65
  73.       Height = 24
  74.       Max = 100
  75.       Orientation = trHorizontal
  76.       Frequency = 25
  77.       Position = 50
  78.       SelEnd = 0
  79.       SelStart = 0
  80.       TabOrder = 4
  81.       ThumbLength = 15
  82.       TickMarks = tmBottomRight
  83.       TickStyle = tsAuto
  84.     end
  85.   end
  86. end
  87.